home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
sed.postinst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-05-03
|
288 b
|
17 lines
#! /bin/sh -e
pkg=sed
case "$1" in
(configure|abort-remove|abort-deconfigure)
install-info --quiet --section "General commands" "General commands" \
/usr/share/info/sed.info
;;
(abort-upgrade)
# Nothing to undo
;;
(*)
echo "$0: Undocumented call: \"$@\"" >&2
exit 1;
esac